PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFViewerPreferences Class
Methods


In This Topic
    PDFViewerPreferences Class Members
    In This Topic

    The following tables list the members exposed by PDFViewerPreferences.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodGets a value indicating whether to position the document's window in the center of the screen.  
    Public MethodGets the COS dictionary asssociated with this Object.  
    Public MethodGets the recommended duplex printing mode.  
    Public MethodGets a value indicating whether to resize the document's window to fit the size of the first displayed page.  
    Public MethodGets the document's page mode.  
    Public MethodGets number of copies that shall be printed.  
    Public MethodGets a value indicating whether the PDF page size shall be used to select the input paper tray.
    This setting influences only the preset values used to populate the print dialogue presented by an interactive PDF processor.  
    Public MethodGets the print page range.  
    Public MethodGets how the print scaling.  
    Public MethodGets a value indicating whether the window's title bar should display the document title taken from the PDFDocumentInformation.getTitle.  
    Public MethodGets a value indicating whether to hide the viewer application's menu bar when the document is active.  
    Public MethodGets a value indicating whether to hide the viewer application's toolbars when the document is active.  
    Public MethodGets a value indicating whether to hide user interface elements.  
    Public MethodSets a value indicating whether to position the document's window in the center of the screen.  
    Public MethodSets a value indicating whether the window's title bar should display the document title taken from the PDFDocumentInformation.getTitle.  
    Public MethodSet the recommended duplex printing mode.  
    Public MethodSets a value indicating whether to resize the document's window to fit the size of the first displayed page.  
    Public MethodSets a value indicating whether to hide the viewer application's menu bar when the document is active.  
    Public MethodSets a value indicating whether to hide the viewer application's toolbars when the document is active.  
    Public MethodSets a value indicating whether to hide user interface elements.  
    Public MethodSets the document's page mode.  
    Public MethodSets number of copies that shall be printed.  
    Public MethodSets a value indicating whether the PDF page size shall be used to select the input paper tray.
    This setting influences only the preset values used to populate the print dialogue presented by an interactive PDF processor.  
    Public MethodSets the print page range.
    The array shall contain an even number of integers to be interpreted in pairs, with each pair specifying the first and last pages in a sub-range of pages to be printed.The first page of the PDF file shall be denoted by 1.  
    Public MethodSets how the print scaling.  
    Top
    See Also